home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 79 / PC Format 79 - Feb 1998.iso / Share / Win31 / softfone / softfone.exe / MSGMENU.SFM < prev    next >
Text File  |  1996-01-23  |  479b  |  20 lines

  1. ; default key is '#" key to take you to the menu
  2. ; menu level one
  3. ; default message menu key = #,msg = 1
  4.     MSGMENU #, 1  
  5. ; key msg pair as prompted by defmsg#
  6. ;       keyword  key, msg
  7.         MESSAGE  1, 2
  8.         MESSAGE  2, 3
  9.         MESSAGE  3, 4
  10.         MESSAGE  4, 5
  11. ;  first menu key =5, msg=6
  12.        MSGMENU 5, 6
  13. ; key msg pair as prompted by defmsg#
  14. ;       keyword  key, msg
  15.         MESSAGE  1, 7
  16.         MESSAGE  2, 8
  17.        ENDMENU
  18.     ENDMENU
  19.  
  20.